home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / main.dxr / 00129.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  207 b   |  12 lines

  1. on exitFrame
  2.   checktrush()
  3.   set the constraint of sprite 2 to 13
  4.   if rollOver(22) and poponoff then
  5.     checkpopmenu()
  6.   else
  7.     puppetSprite(23, 0)
  8.   end if
  9.   set dialogboxopen to 1
  10.   updateStage()
  11. end
  12.